home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Utilities
/
Power Utilities.iso
/
utility
/
pro223
/
touch.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-10-14
|
204 b
|
11 lines
echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
d /IhF^T %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:usage
echo Touch files matching specified filespec(s)
echo usage: TOUCH f1 f2 f3..
:exit